Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Fix Initial History #9

Draft
wants to merge 1 commit into
base: v1
Choose a base branch
from
Draft

Conversation

ciaran-regan-ie
Copy link
Collaborator

No description provided.

@Okabe-Junya
Copy link
Member

In this PR you are trying to merge into v1 branch, is that OK? (we also have a v1.1 branch...)

@ciaran-regan-ie
Copy link
Collaborator Author

@Okabe-Junya This change is actually a type of bug fix, which affects all versions. So maybe it could be merged into v0, v1 and v1.1 (but maybe it is best to leave v0? What do you think?)

Additionally, the research work for v1 and v1.1 branch has been stopped indefinitely. Is there a way to perhaps archive a branch, so that in the future we may work on it?

@Okabe-Junya
Copy link
Member

Semantic versioning can be very useful in solving this problem. Many OSS and software follow this rule.

Based on semantic versioning, you could do the following: archive the v1 branch, put this bugfix in v1.1 and release it (or v1.1.1??). In the future, when you add new features or bug fixes, it will be like v2 or v1.2.

The release functionality on github will be very useful to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants